BK Text


BK Text X, Y, Text$

Description

This command behaves like text X, Y, Text$ unless that it uses the bitmap font specified with BK Set Font Source. There is only one 'special' character, and that is the carriage return (chr$(13)). This character will cause BK Text to start a new line.

Parameters

XIntegerX coordinate where the text starts.
YIntegerY coordinate where the text starts.
Text$StringText that has to be drawn.


Index